:root {
  --active-bg-color: #FFF5F5;
  --active-nav-color: #1ab394;
  --page-color: #1ab394;
  --color-daidien-wgs84: yellow;
  --color-daidien-vn2000: red;
  --color-daidien-page-chuyenhetoado: #1ab394;
  --color-daidien-page-thietkebando: #B22222;
  --color-daidien-page-matcatdiahinh: #23c6c8;
  --esri-view-outline: none !important;
  --esri-view-outline-color: transparent !important;
  --color-daidien-bieudomatcatdiahinh: #8B4513;
  --color-mauchu-chatgpt: #202123;
  --color-mauchu-gocweb: #676a6c;
  --color-mauchu-mau3cap: #1E40AF;

  --page-color-dsdoituong: #1ab394;
  --active-nav-color-dsdoituong: #1ab394;
}

/* 1. BAT DAU: header.ejs ------------------------------------------------- ́*/
.navbar-header::after {
  display: none !important;
}

.navbar-header::before {
  display: none !important;
}

/* 1. KET THUC: header.ejs ------------------------------------------------- ́*/


/* 2. BAT DAU: Xu ly may cai nut ------------------------------------------------- ́*/
.swal-wide,
.swal-wide.swal2-popup {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  width: auto !important;
  padding: 0 !important;
}

.swal-unique-class,
.swal-unique-class.swal2-popup {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  opacity: 1 !important;
  width: auto !important;
  padding: 0 !important;
}

.swal-unique-class .swal2-image {
  display: block;
  margin: 0 auto;
}

#swal-loading-custom {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  width: auto !important;
  text-align: center;
}

#swal-loading-custom .swal2-title,
.swal-unique-class .swal2-title {
  color: #fff !important;
  font-size: 14px !important;
}

#swal-loading-custom .swal2-html-container {
  color: #fff !important;
  font-size: 12px !important;
}

.fa4-button {
  font-family: 'Font Awesome 4';
  /* Áp dụng Font Awesome 4 cho nút này */
}

.fa6-button {
  font-family: 'Font Awesome 6 Free';
  /* Áp dụng Font Awesome 6 cho nút này */
}

/* 2. KET THUC: Xu ly may cai nut ------------------------------------------------- ́*/


/* 3. BAT DAU: Toast CSS ------------------------------------------------- */
#snackbar {
  visibility: hidden;
  width: 150px;
  height: 50px;
  background-color: #343a40;
  color: white;
  text-align: center;
  border-radius: 50px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 14px;
  border: 10px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbar-xanh {
  visibility: hidden;
  width: max-content;
  max-width: 90vw;
  height: auto;
  min-height: 50px;
  background-color: #1ab394;
  color: white;
  text-align: center;
  border-radius: 50px;
  padding: 16px 30px;
  position: fixed;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  font-size: 14px;
  border: 10px;
  z-index: 10000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#snackbar-xanh.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbar-do {
  visibility: hidden;
  width: max-content;
  max-width: 90vw;
  height: auto;
  min-height: 50px;
  background-color: #ed5565;
  color: white;
  text-align: center;
  border-radius: 50px;
  padding: 16px 30px;
  position: fixed;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  font-size: 14px;
  border: 10px;
  z-index: 10000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#snackbar-do.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
  z-index: 10000;
}

/* 3. KET THUC: Toast CSS ------------------------------------------------- */

/* 4. BAT DAU: Data Table ------------------------------------------------- */
.evn-table-middle-center {
  vertical-align: middle !important;
  text-align: center;
}

.evn-table-middle-center-header {
  vertical-align: middle !important;
  text-align: center;
  background: white !important;
}

.evn-table-middle-center-1line-header {
  vertical-align: middle !important;
  text-align: center;
  padding: 0 !important;
  line-height: 1;
  background: white !important;
}

.evn-table-middle-left {
  vertical-align: middle !important;
  text-align: left;
}

.evn-table-middle-right {
  vertical-align: middle !important;
  text-align: right;
}

.dataTables_scrollHeadInner {
  width: auto !important;
  padding-right: 0px !important;
  overflow: visible !important;
}

.dataTables_scrollFootInner {
  width: auto !important;
  padding-right: 0px !important;
}

.dataTables_scrollHeadInner table {
  width: 100% !important;
  table-layout: fixed !important;
}

.dataTables_scrollFootInner table {
  width: 100% !important;
}

.dataTables_scrollBody::-webkit-scrollbar {
  height: 0px;
}

.activeRowDatatable {
  background: var(--page-color) !important;
}

.activeRowDatatable:not(.activeRowDatatable:first-child) {
  color: white;
}

.table-hover>tbody>tr:hover td:not(.activeRowDatatable) {
  background-color: #f5f5f5 !important;
}

@media (max-width: 768px) {
  .hideScroll_y .dataTables_scrollBody::-webkit-scrollbar {
    overflow-y: scroll;
    scrollbar-width: none;
    /* Ẩn thanh cuộn cho Firefox */
  }

  .hideScroll_y .dataTables_scrollBody::-webkit-scrollbar {
    display: none;
  }
}

/* 4. KET THUC: Data Table ------------------------------------------------- */

/* ̀5. BAT DAU: Form ------------------------------------------------- */
.xemthongtin_tieude {
  text-align: left;
  padding-right: 0px;
}

.xemthongtin_noidung {
  font-weight: 500;
  text-align: left;
  word-break: break-word !important;
}

.xemthongtin_cha {
  /* display: flex; */
  margin-bottom: 5px
}

.suathongtin_tieude {
  /* width: 25%; */
  text-align: left;
  padding-top: 7px;
  padding-right: 0px;
}

.suathongtin_noidung {
  /* width: 75%; */
  display: flex;
  height: 28px;
  margin-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px
}

/* 5. KET THUC - Form ------------------------------------------------- */

/* 6. BAT DAU: Thiet ke ban do - Right ------------------------------------------------- */
.theme-config-thietkebando {
  position: absolute;
  top: 0px;
  right: 0;
  overflow: hidden;
}

.theme-config-box-thietkebando {
  margin-right: -220px;
  position: relative;
  z-index: 2000;
  transition-duration: 0.8s;
}

.theme-config-box-thietkebando.show {
  margin-right: 0;
}

body.rtls .theme-config-thietkebando {
  left: 0;
  right: auto;
}

body.rtls .theme-config-box-thietkebando {
  margin-left: -220px;
  margin-right: 0;
}

body.rtls .theme-config-box-thietkebando.show {
  margin-left: 0;
  margin-right: 0;
}

/* 6. KET THUC: Thiet ke ban do - Right ------------------------------------------------- */

/* 7. BAT DAU: Mat cat dia hinh - Right ------------------------------------------------- */
.theme-config-matcatdiahinh {
  position: absolute;
  top: 0px;
  right: 0;
  overflow: hidden;
}

.theme-config-box-matcatdiahinh {
  margin-right: calc(-100vw + 700px);
  position: relative;
  z-index: 2000;
  transition-duration: 0.8s;
}

.theme-config-box-matcatdiahinh.show {
  margin-right: 0;
}

body.rtls .theme-config-matcatdiahinh {
  left: 0;
  right: auto;
}

body.rtls .theme-config-box-matcatdiahinh {
  margin-right: calc(-100vw + 700px);
  margin-right: 0;
}

body.rtls .theme-config-box-matcatdiahinh.show {
  margin-left: 0;
  margin-right: 0;
}

/* 7. KET THUC: Mat cat dia hinh - Right ------------------------------------------------- */

/* 8. BAT DAU: Dia chinh ban do - Right ------------------------------------------------- */

.theme-config-diachinhbando {
  position: absolute;
  top: 59px;
  right: 0;
  overflow: hidden;
}

.theme-config-box-diachinhbando {
  margin-right: -220px;
  position: relative;
  z-index: 2000;
  transition-duration: 0.8s;
}

.theme-config-box-diachinhbando.show {
  margin-right: 0;
}

body.rtls .theme-config-diachinhbando {
  left: 0;
  right: auto;
}

body.rtls .theme-config-box-diachinhbando {
  margin-left: -220px;
  margin-right: 0;
}

body.rtls .theme-config-box-diachinhbando.show {
  margin-left: 0;
  margin-right: 0;
}

/* 8. KET THUC: Dia chinh ban d0 - Right ------------------------------------------------- */

/* 9. BAT DAU: Excel WGS84 - VN2000 ------------------------------------------------- */

.excel-doitoado-column-4-center {
  text-align: center;
  width: 4%
}

.excel-doitoado-column-7-left {
  width: 7%
}

.excel-doitoado-column-7-center {
  text-align: center;
  width: 7%
}

.excel-doitoado-column-7-right {
  text-align: right;
  width: 7%
}

.excel-doitoado-column-10-left {
  width: 10%
}

.excel-doitoado-column-13-left {
  width: 13%
}

.excel-custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  opacity: 0;
}

.excel-custom-file-label::after {
  padding: .5rem .75rem;
}

.excel-custom-file-input:hover {
  cursor: pointer;
}

.excel-custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 28px;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  font-family: FontAwesome;
  content: "\f093";
  background-color: #e9ecef;
  border-left: 1px solid #e7eaec;
  border-radius: 0 .25rem .25rem 0;
  margin: -1px;
  padding-top: 4.5px;
}

.excel-custom-file-label {
  padding: .5rem .75rem;
}

.excel-custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 28px;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e7eaec;
  border-radius: .25rem;
}

.excel-custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 28px;
  margin-bottom: 0;
}

.excel-table_ancot {
  display: none;
}

.excel-table_noclick {
  cursor: pointer;
}

.nuthequychieu-info {
  display: none;
  position: absolute;
  width: 200px;
  background: white;
  z-index: 99999 !important;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid red;
  top: 20px;
  left: 10px;
  text-align: justify;
}

.nuthequychieu-notice:hover .nuthequychieu-info {
  display: block;
  color: black;
  z-index: 1000000;
}

/* 9. KET THUC: Excel WGS84 - VN2000 ------------------------------------------------- */

/* 10. BAT DAU: Tai lieu ------------------------------------------------- */

.tailieu-item:hover {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 20px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transition: box-shadow 0.5s;
}

.tailieu-item {
  flex: 0 0 31%;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

/* 10. KET THUC: Tai lieu ------------------------------------------------- */

/* 11. BAT DAU: Cai scroll ------------------------------------------------- */

/* 1. width */

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* 2. Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.metismenu::-webkit-scrollbar-track {
  background: none;
}

/* 3. Handle */

::-webkit-scrollbar-thumb {
  background: #888;
}

/* 11. KET THUC: Cai scroll ------------------------------------------------- */


/* 11. BAT DAU: Cai dialog - modal - hien thi chon lua ------------------------------------------------- */
.swal2-container {
  z-index: 2060 !important;
  font-size: 14px !important;
}

.swal2-html-container {
  font-size: 13px !important;
}

#swal2-title {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.swal2-actions {
  font-size: 12.5px !important;
}

/* 11. KET THUC: Cai dialog - modal - hien thi chon lua ------------------------------------------------- */


/* 12. BAT DAU: HINH HIEN THI DE LUA CHON ------------------------------------------------- */

/* ================= DO ================= */
.duongnetlien_do {
  width: 100%;
  height: 5px;
  background-color: #FF0000;
  cursor: pointer;
}

.duongnetlien_do_click {
  position: relative;
  height: 5px;
  background-color: #FF0000;
  cursor: pointer;
  right: 2px;
}

.duongnetlien_do_click::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  border: 1px solid black;
  margin-left: -0.5px;
}

.duongnetlien_do_click::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 6.8px;
  height: 6.8px;
  background: white;
  border: 1px solid black;
  margin-right: -1.5px;
}

/* ================= CAM ================= */
.duongnetlien_cam {
  width: 100%;
  height: 5px;
  background-color: #FFA500;
  cursor: pointer;
}

.duongnetlien_cam_click {
  position: relative;
  height: 5px;
  background-color: #FFA500;
  cursor: pointer;
  right: 2px;
}

.duongnetlien_cam_click::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  border: 1px solid black;
  margin-left: -0.5px;
}

.duongnetlien_cam_click::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 6.8px;
  height: 6.8px;
  background: white;
  border: 1px solid black;
  margin-right: -1.5px;
}

/* ================= VANG ================= */
.duongnetlien_vang {
  width: 100%;
  height: 5px;
  background-color: #FFFF00;
  cursor: pointer;
  border: 0.5px solid grey;
}

.duongnetlien_vang_click {
  position: relative;
  height: 5px;
  background-color: #FFFF00;
  cursor: pointer;
  border: 0.5px solid grey;
  right: 2px;
}

.duongnetlien_vang_click::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  border: 1px solid black;
  margin-left: -0.5px;
}

.duongnetlien_vang_click::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 6.8px;
  height: 6.8px;
  background: white;
  border: 1px solid black;
  margin-right: -1.5px;
}

/* ================= XANH LA CAY ================= */
.duongnetlien_xanhlacay {
  width: 100%;
  height: 5px;
  background-color: #00FF00;
  cursor: pointer;
}

.duongnetlien_xanhlacay_click {
  position: relative;
  height: 5px;
  background-color: #00FF00;
  cursor: pointer;
  right: 2px;
}

.duongnetlien_xanhlacay_click::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  border: 1px solid black;
  margin-left: -0.5px;
}

.duongnetlien_xanhlacay_click::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 6.8px;
  height: 6.8px;
  background: white;
  border: 1px solid black;
  margin-right: -1.5px;
}

/* ================= XANH NUOC BIEN ================= */
.duongnetlien_xanhnuocbien {
  width: 100%;
  height: 5px;
  background-color: #0000FF;
  cursor: pointer;
}

.duongnetlien_xanhnuocbien_click {
  position: relative;
  height: 5px;
  background-color: #0000FF;
  cursor: pointer;
  right: 2px;
}

.duongnetlien_xanhnuocbien_click::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  border: 1px solid black;
  margin-left: -0.5px;
}

.duongnetlien_xanhnuocbien_click::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 6.8px;
  height: 6.8px;
  background: white;
  border: 1px solid black;
  margin-right: -1.5px;
}

/* ================= XANH DA TROI ================= */
.duongnetlien_xanhdatroi {
  width: 100%;
  height: 5px;
  background-color: #00CCFF;
  cursor: pointer;
}

.duongnetlien_xanhdatroi_click {
  position: relative;
  height: 5px;
  background-color: #00CCFF;
  cursor: pointer;
  right: 2px;
}

.duongnetlien_xanhdatroi_click::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  border: 1px solid black;
  margin-left: -0.5px;
}

.duongnetlien_xanhdatroi_click::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 6.8px;
  height: 6.8px;
  background: white;
  border: 1px solid black;
  margin-right: -1.5px;
}

/* ================= TIM ================= */
.duongnetlien_tim {
  width: 100%;
  height: 5px;
  background-color: #EE82EE;
  cursor: pointer;
}

.duongnetlien_tim_click {
  position: relative;
  height: 5px;
  background-color: #EE82EE;
  cursor: pointer;
  right: 2px;
}

.duongnetlien_tim_click::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  border: 1px solid black;
  margin-left: -0.5px;
}

.duongnetlien_tim_click::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 6.8px;
  height: 6.8px;
  background: white;
  border: 1px solid black;
  margin-right: -1.5px;
}

/* ================= TRANG ================= */
.duongnetlien_trang {
  width: 100%;
  height: 5px;
  background-color: #FFFFFF;
  cursor: pointer;
  border: 0.5px solid grey;
}

.duongnetlien_trang_click {
  position: relative;
  height: 5px;
  background-color: #FFFFFF;
  cursor: pointer;
  border: 0.5px solid grey;
  right: 2px;
}

.duongnetlien_trang_click::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  border: 1px solid black;
  margin-left: -0.5px;
}

.duongnetlien_trang_click::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 6.8px;
  height: 6.8px;
  background: white;
  border: 1px solid black;
  margin-right: -1.5px;
}

/* ================= DEN ================= */
.duongnetlien_den {
  width: 100%;
  height: 5px;
  background-color: #000000;
  cursor: pointer;
}

.duongnetlien_den_click {
  position: relative;
  height: 5px;
  background-color: #000000;
  cursor: pointer;
  right: 2px;
}

.duongnetlien_den_click::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  border: 1px solid black;
  margin-left: -0.5px;
}

.duongnetlien_den_click::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 6.8px;
  height: 6.8px;
  background: white;
  border: 1px solid black;
  margin-right: -1.5px;
}

/* ================= DO ================= */
.duongnetdut_do {
  width: 100%;
  border-top: 5px dashed #FF0000;
  cursor: pointer;
}

.duongnetdut_do_click {
  position: relative;
  height: 5px;
  border-top: 5px dashed #FF0000;
  cursor: pointer;
  right: 2px;
}

.duongnetdut_do_click::before {
  content: "";
  position: absolute;
  top: 0%;
  margin-top: -2.5px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  border: 1px solid black;
  margin-left: -0.5px;
}

.duongnetdut_do_click::after {
  content: "";
  position: absolute;
  top: 0%;
  margin-top: -2.5px;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 6.8px;
  height: 6.8px;
  margin-right: 0px;
  background: white;
  border: 1px solid black;
  margin-right: -1.5px;
}

/* ================= CAM ================= */
.duongnetdut_cam {
  width: 100%;
  border-top: 5px dashed #FFA500;
  cursor: pointer;
}

.duongnetdut_cam_click {
  position: relative;
  height: 5px;
  border-top: 5px dashed #FFA500;
  cursor: pointer;
  right: 2px;
}

.duongnetdut_cam_click::before {
  content: "";
  position: absolute;
  top: 0%;
  margin-top: -2.5px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  border: 1px solid black;
  margin-left: -0.5px;
}

.duongnetdut_cam_click::after {
  content: "";
  position: absolute;
  top: 0%;
  margin-top: -2.5px;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 6.8px;
  height: 6.8px;
  margin-right: -2px;
  background: white;
  border: 1px solid black;
  margin-right: -1.5px;
}

/* ================= VANG ================= */
.duongnetdut_vang {
  width: 100%;
  border-top: 5px dashed #FFFF00;
  cursor: pointer;
  background-color: grey;
  box-shadow: 0 0 0 0.5px grey;
}

.duongnetdut_vang_click {
  position: relative;
  height: 5px;
  border-top: 5px dashed #FFFF00;
  cursor: pointer;
  background-color: grey;
  box-shadow: 0 0 0 0.5px grey;
  right: 2px;
}

.duongnetdut_vang_click::before {
  content: "";
  position: absolute;
  top: 0%;
  margin-top: -2.5px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  border: 1px solid black;
  margin-left: -0.9px;
}

.duongnetdut_vang_click::after {
  content: "";
  position: absolute;
  top: 0%;
  margin-top: -2.5px;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 6.8px;
  height: 6.8px;
  margin-right: -2px;
  background: white;
  border: 1px solid black;
  margin-right: -1.5px;
}

/* ================= XANH LA CAY ================= */
.duongnetdut_xanhlacay {
  width: 100%;
  border-top: 5px dashed #00FF00;
  cursor: pointer;
}

.duongnetdut_xanhlacay_click {
  position: relative;
  height: 5px;
  border-top: 5px dashed #00FF00;
  cursor: pointer;
  right: 2px;
}

.duongnetdut_xanhlacay_click::before {
  content: "";
  position: absolute;
  top: 0%;
  margin-top: -2.5px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  border: 1px solid black;
  margin-left: -0.5px;
}

.duongnetdut_xanhlacay_click::after {
  content: "";
  position: absolute;
  top: 0%;
  margin-top: -2.5px;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 6.8px;
  height: 6.8px;
  margin-right: -2px;
  background: white;
  border: 1px solid black;
  margin-right: -1.5px;
}

/* ================= XANH NUOC BIEN ================= */
.duongnetdut_xanhnuocbien {
  width: 100%;
  border-top: 5px dashed #0000FF;
  cursor: pointer;
}

.duongnetdut_xanhnuocbien_click {
  position: relative;
  height: 5px;
  border-top: 5px dashed #0000FF;
  cursor: pointer;
  right: 2px;
}

.duongnetdut_xanhnuocbien_click::before {
  content: "";
  position: absolute;
  top: 0%;
  margin-top: -2.5px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  border: 1px solid black;
  margin-left: -0.5px;
}

.duongnetdut_xanhnuocbien_click::after {
  content: "";
  position: absolute;
  top: 0%;
  margin-top: -2.5px;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 6.8px;
  height: 6.8px;
  margin-right: -2px;
  background: white;
  border: 1px solid black;
  margin-right: -1.5px;
}

/* ================= XANH DA TROI ================= */
.duongnetdut_xanhdatroi {
  width: 100%;
  border-top: 5px dashed #00CCFF;
  cursor: pointer;
}

.duongnetdut_xanhdatroi_click {
  position: relative;
  height: 5px;
  border-top: 5px dashed #00CCFF;
  cursor: pointer;
  right: 2px;
}

.duongnetdut_xanhdatroi_click::before {
  content: "";
  position: absolute;
  top: 0%;
  margin-top: -2.5px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  border: 1px solid black;
  margin-left: -0.5px;
}

.duongnetdut_xanhdatroi_click::after {
  content: "";
  position: absolute;
  top: 0%;
  margin-top: -2.5px;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 6.8px;
  height: 6.8px;
  margin-right: -2px;
  background: white;
  border: 1px solid black;
  margin-right: -1.5px;
}

/* ================= TIM ================= */
.duongnetdut_tim {
  width: 100%;
  border-top: 5px dashed #EE82EE;
  cursor: pointer;
}

.duongnetdut_tim_click {
  position: relative;
  height: 5px;
  border-top: 5px dashed #EE82EE;
  cursor: pointer;
  right: 2px;
}

.duongnetdut_tim_click::before {
  content: "";
  position: absolute;
  top: 0%;
  margin-top: -2.5px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  border: 1px solid black;
  margin-left: -0.5px;
}

.duongnetdut_tim_click::after {
  content: "";
  position: absolute;
  top: 0%;
  margin-top: -2.5px;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 6.8px;
  height: 6.8px;
  margin-right: -2px;
  background: white;
  border: 1px solid black;
  margin-right: -1.5px;
}

/* ================= TRANG ================= */
.duongnetdut_trang {
  width: 100%;
  border-top: 5px dashed #FFFFFF;
  cursor: pointer;
  background-color: grey;
  box-shadow: 0 0 0 0.5px grey;
}

.duongnetdut_trang_click {
  position: relative;
  height: 5px;
  border-top: 5px dashed #FFFFFF;
  cursor: pointer;
  background-color: grey;
  box-shadow: 0 0 0 0.5px grey;
  right: 2px;
}

.duongnetdut_trang_click::before {
  content: "";
  position: absolute;
  top: 0%;
  margin-top: -2.5px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  border: 1px solid black;
  margin-left: -0.9px;
}

.duongnetdut_trang_click::after {
  content: "";
  position: absolute;
  top: 0%;
  margin-top: -2.5px;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 6.8px;
  height: 6.8px;
  margin-right: -2px;
  background: white;
  border: 1px solid black;
  margin-right: -1.5px;
}

/* ================= DEN ================= */
.duongnetdut_den {
  width: 100%;
  border-top: 5px dashed #000000;
  cursor: pointer;
}

.duongnetdut_den_click {
  position: relative;
  height: 5px;
  border-top: 5px dashed #000000;
  cursor: pointer;
  right: 2px;
}

.duongnetdut_den_click::before {
  content: "";
  position: absolute;
  top: 0%;
  margin-top: -2.5px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  border: 1px solid black;
  margin-left: -0.5px;
}

.duongnetdut_den_click::after {
  content: "";
  position: absolute;
  top: 0%;
  margin-top: -2.5px;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 6.8px;
  height: 6.8px;
  margin-right: -2px;
  background: white;
  border: 1px solid black;
  margin-right: -1.5px;
}

/* 12. KET THUC: HINH HIEN THI DE LUA CHON ------------------------------------------------- */

/* 13. BAT DAU: CANH GIUA LADDA ------------------------------------------------- */

.ladda-button[data-style="zoom-in"] .ladda-spinner {
  left: 50% !important;
  margin-left: 0px !important;
  /* hoặc -0.5 * kích thước spinner */
}

/* 13. BAT DAU: CANH GIUA LADDA ------------------------------------------------- */

/* 14. BAT DAU: CAC CLICK item */

.ibox.items.active {
  background: var(--active-bg-color) !important;
}

.ibox.itemsbando.active {
  background: var(--active-bg-color) !important;
}

.select2-selection__rendered {
  display: flex;
  align-items: center;
}

.select2-selection__rendered img {
  margin-right: 3px;
  vertical-align: middle;
  margin-bottom: 2px;
}

.list-group-item_hdsd.active,
.list-group-item_hdsd.active:hover,
.list-group-item_hdsd.active:focus {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: honeydew;
  border-bottom: 1px solid #1ab394;
  border-top: 1px solid #1ab394;
}

.list-group-item_hdsd {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border-bottom: 1px solid #1ab394;
  border-top: 1px solid #1ab394;
}

.list-group-item_hdsd:hover {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: honeydew;
  border-bottom: 1px solid #1ab394;
  border-top: 1px solid #1ab394;
}

/* 14. KET THUC: CAC CLICK item */
